productDescriptorOptional

@get:Input
@get:Optional
abstract val productDescriptorOptional: Property<Boolean>

The boolean value determining whether the plugin is a Freemium plugin. Default value: false.

The provided value will be set as a value of the <product-descriptor optional=""> element attribute.

Default value: IntelliJPlatformExtension.PluginConfiguration.ProductDescriptor.optional

See also